home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / share / progra / mai / Application, preventing more than one instance from running < prev    next >
Encoding:
Text File  |  1997-07-14  |  177 b   |  6 lines

  1. 'Description: Prevents than one instance of an application from running
  2.  
  3. 'Place the following code in a Form_Load() or Sub Main()
  4.  
  5. If App.PrevInstance = True Then
  6. Unload Me